Expand description
Decoding and Encoding of TIFF Images
TIFF (Tagged Image File Format) is a versatile image format that supports lossless and lossy compression.
§Related Links
Modules§
Enums§
- Color
Type - An enumeration over supported color types and their bit depths
- Tiff
Error - Tiff error kinds.
- Tiff
Format Error - The image is not formatted properly.
- Tiff
Unsupported Error - The Decoder does not support features required by the image.
- Usage
Error - User attempted to use the Decoder in a way that is incompatible with a specific image.
Type Aliases§
- Tiff
Result - Result of an image decoding/encoding process